RuleActionsRedirectToRecipients Property |
Indicates the e-mail addresses to which messages are to be redirected.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Mailbox> RedirectToRecipients { get; }Public ReadOnly Property RedirectToRecipients As IList(Of Mailbox)
Get
Property Value
Type:
IListMailboxThe redirect to recipients.
See Also